home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 2.0 / MPC Wizard 2.0 (Aris Entertainment) (1993).iso / wizsetup / mat_impr / config / amtx1040.cfg next >
Text File  |  1991-09-11  |  5KB  |  188 lines

  1. BOARD
  2.    ID        = "MTX1040"
  3.    NAME      = "MATROX - IMPRESSION High Resolution Graphics Adapter. - Rev 1.00"
  4.    MFR       = "Matrox Electronic Systems Ltd"
  5.    CATEGORY  = "VID"
  6.    SLOT      = ISA16
  7.    IOCHECK   = INVALID
  8.    READID    = NO
  9.    DISABLE   = UNSUPPORTED
  10.    
  11.    COMMENTS  = "This configuration file is provided to make it easier
  12.                 to install your IMPRESSION board in your  system.  Do
  13.                 not forget to run the CONFIG  program  supplied  with
  14.                 Impression software after running  this  EISA  config
  15.                 program."
  16.  
  17.    HELP      = "For more information on how to install your IMPRESSION
  18.                 board, please refer to the release note provided  with
  19.                 your package."
  20.  
  21.  
  22. ;=========================================================================
  23.  
  24. FUNCTION     = "BIOS base segment selection"
  25.  
  26.    COMMENTS     = "This option indicates the position of the ROM BIOS of
  27.                    your IMPRESSION board. There are four possible memory
  28.                    positions for the BIOS."
  29.  
  30.    HELP         = "For more information on how to install your IMPRESSION
  31.                    board, please refer to the release note provided  with
  32.                    your package."
  33.  
  34.  
  35.    CHOICE       = "BIOS at segment D800"
  36.  
  37.       FREE
  38.          MEMORY = 16K
  39.             ADDRESS  = 0D8000h
  40.             WRITABLE = NO
  41.             MEMTYPE  = OTH
  42.             SIZE     = BYTE
  43.  
  44.  
  45.    CHOICE       = "BIOS at segment D000"
  46.  
  47.       FREE
  48.          MEMORY = 16K
  49.             ADDRESS  = 0D0000h
  50.             WRITABLE = NO
  51.             MEMTYPE  = OTH
  52.             SIZE     = BYTE
  53.  
  54.  
  55.    CHOICE       = "BIOS at segment C800"
  56.  
  57.       FREE
  58.          MEMORY = 16K
  59.             ADDRESS  = 0C8000h
  60.             WRITABLE = NO
  61.             MEMTYPE  = OTH
  62.             SIZE     = BYTE
  63.  
  64.  
  65.    CHOICE       = "BIOS at segment C000"
  66.  
  67.       FREE
  68.          MEMORY = 16K
  69.             ADDRESS  = 0C0000h
  70.             WRITABLE = NO
  71.             MEMTYPE  = OTH
  72.             SIZE     = BYTE
  73.  
  74.  
  75. ;=========================================================================
  76.  
  77. FUNCTION     = "IO base address selection"
  78.  
  79.    COMMENTS     = "This option indicates the IO base address of registers
  80.                    on the IMPRESSION board. There are three  possible  IO
  81.                    base addresses."
  82.  
  83.    HELP         = "For more information on how to install your IMPRESSION
  84.                    board, please refer to the release note provided  with
  85.                    your package."
  86.  
  87.  
  88.    CHOICE       = "IO base at 280h"
  89.  
  90.       FREE
  91.          PORT = 0280h-029Eh
  92.             SIZE = WORD
  93.          PORT = 0680h-068Eh
  94.             SIZE = WORD
  95.  
  96.  
  97.    CHOICE       = "IO base at 2A0h"
  98.  
  99.       FREE
  100.          PORT = 02A0h-02BEh
  101.             SIZE = WORD
  102.          PORT = 06A0h-06AEh
  103.             SIZE = WORD
  104.  
  105.  
  106.    CHOICE       = "IO base at 2C0h"
  107.  
  108.       FREE
  109.          PORT = 02C0h-02DEh
  110.             SIZE = WORD
  111.          PORT = 06C0h-06CEh
  112.             SIZE = WORD
  113.  
  114.  
  115. ;=========================================================================
  116.  
  117. FUNCTION     = "Monitor frequency definition"
  118.  
  119.    COMMENTS     = "This option indicates what display resolution will be
  120.                    used. CAUTION: Ensure that the  frequency  range  you
  121.                    select is supported by your monitor, or you may cause
  122.                    damage to system components."
  123.  
  124.    HELP         = "For more information on how to install your IMPRESSION
  125.                    board, please refer to the release note provided  with
  126.                    your package."
  127.  
  128.  
  129.    CHOICE       = "1024x768 (49KHz|60Hz) for -S boards or 
  130.                    1152x882 (64KHz|68Hz) for other boards"
  131.  
  132.    CHOICE       = "1152 x 882  (72KHz|77Hz)"
  133.  
  134.  
  135. ;=========================================================================
  136.  
  137. FUNCTION     = "Communication windows definition"
  138.  
  139.    COMMENTS     = "This option indicates what range of memory will be used
  140.                    for the communication between the host  and  IMPRESSION
  141.                    board."
  142.  
  143.    HELP         = "For more information on how to install your IMPRESSION
  144.                    board, please refer to the release note provided  with
  145.                    your package."
  146.  
  147.  
  148.    CHOICE       = "DF8000h to DFFFFFh (32K)"
  149.  
  150.       FREE
  151.          MEMORY = 32K
  152.             ADDRESS  = 0DF8000h
  153.             WRITABLE = YES
  154.             MEMTYPE  = OTH
  155.             SIZE     = BYTE
  156.  
  157.  
  158.    CHOICE       = "0D0000h to 0D7FFFh (32K)"
  159.  
  160.       FREE
  161.          MEMORY = 32K
  162.             ADDRESS  = 0D0000h
  163.             WRITABLE = YES
  164.             MEMTYPE  = OTH
  165.             SIZE     = BYTE
  166.  
  167.  
  168.    CHOICE       = "0D4000h to 0DBFFFh (32K)"
  169.  
  170.       FREE
  171.          MEMORY = 32K
  172.             ADDRESS  = 0D4000h
  173.             WRITABLE = YES
  174.             MEMTYPE  = OTH
  175.             SIZE     = BYTE
  176.  
  177.  
  178.    CHOICE       = "0D8000h to 0DFFFFh (32K)"
  179.  
  180.       FREE
  181.          MEMORY = 32K
  182.             ADDRESS  = 0D8000h
  183.             WRITABLE = YES
  184.             MEMTYPE  = OTH
  185.             SIZE     = BYTE
  186.  
  187.  
  188.